Crate stack_algebra

source ·

Macros

A macro for creating a matrix.
A macro for composing vectors.

Structs

A column in a Matrix.
Represents a matrix with constant M rows and constant N columns.
A row in a Matrix.

Traits

Defines the absolute value for a type.
A helper trait used for indexing operations.
Defines the square-root value for a type.
Defines a additive identity element for a type.

Functions

Type Definitions

A matrix with one row and N columns.
A matrix with one column and M rows.