Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

elaraproject/elara-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elara-array

⚠️ IMPORTANT: Project Elara has switched over to the open-source forge Codeberg. The Project Elara repositories have been moved to this Codeberg page. This GitHub repository is no longer maintained.

This crate provides a fast, n-dimensional array for Project Elara with minimal dependencies. Note: this crate was once part of elara-math, but has been extracted into a standalone crate for separate development.

Basic usage

use elara_array::prelude::*;

fn main() {
	let a = arr![[1.0, 2.0], [3.0, 4.0]];
	println!("{:?}", a);
}

About

THIS REPO HAS BEEN MOVED TO https://codeberg.org/elaraproject/elara-array AND IS NO LONGER MAINTAINED HERE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages