Zephyr Scientific Library (zscilib)
Modules
Matrices

Various mxn matrices functions. More...

Modules

 Structs and Macros
 Common structs and macros for working with matrices.
 
 Operands
 Unary and binary operands that can be performed on matrix coefficients.
 
 Initialisation
 Functions used to initialise matrices.
 
 Data Access
 Functions used to access or modify matrix rows, columns or coefficients.
 
 Basic Math
 Basic mathematical operations for matrices (add, substract, etc.).
 
 Transformation
 Transformation functions for matrices (transpose, inverse, guassian elimination, etc.).
 
 Limits
 Min/max helpers to determine the range of the matrice's coefficients.
 
 Comparison
 Functions used to compare or verify matrices.
 
 Display
 Functions used to present matrices in a user-friendly format.
 

Detailed Description

Various mxn matrices functions.

TODO: Expand with examples, better high-level documentation, etc.