Crate gmatlib

Source

Modules§

error
Contains error type definitions for various functions in this crate.
ffi
Contains extern "C" function definitions for linking this library against projects in different languages. Not intended for use in other Rust projects.

Macros§

col_vec
Creates a new column vector Matrix<T>.
row_vec
Creates a new row vector Matrix<T>

Structs§

Matrix
An MxN matrix stored as a single contiguous piece of memory.

Traits§

Element
A helper trait to constrain the type of the elements of a Matrix<T>.