Skip to content

elaraproject/elara-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elara-array

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

Fast N-dimensional array for Project Elära

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages