neco-linear-types 0.1.0

shapes, vectors, and linear operators for numerical linear algebra
Documentation
  • Coverage
  • 2.33%
    1 out of 43 items documented0 out of 24 items with examples
  • Size
  • Source code size: 12.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 529.1 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1s Average build duration of successful builds.
  • all releases: 1s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • barineco/neco-algebra
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • barineco

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.