Skip to main content

Crate neco_linear_types

Crate neco_linear_types 

Source
Expand description

§neco-linear-types

日本語

neco-linear-types provides checked shapes, validated vector storage, and linear operator interfaces for numerical linear algebra.

§Public API

  • Shape: row and column dimensions with checked element counts
  • RowIndex, ColumnIndex: indices created through shape validation
  • Vector<T>: vector storage with checked construction and value access
  • LinearOperator<T>: a trait with vector-length domain, codomain, and checked application
  • LinearError: dimension, index, storage, capacity, allocation, and storage validity failures

§Runtime configuration

The default configuration uses the standard library. The no-default-features configuration uses dynamic allocation with no_std.

§License

MIT License.

Structs§

ColumnIndex
RowIndex
Shape
Vector

Enums§

LinearError

Traits§

LinearOperator