linalg

Linear algebra functions defined in header <scicpp/linalg.hpp>

Solvers

lstsq
Compute least-squares solution to equation Ax = b.

Eigen Vectors Conversions

to_eigen_matrix
Convert a standard container to an Eigen::Matrix.
to_eigen_array
Convert a standard container to an Eigen::Array.
to_std_container
Convert an Eigen::Matrix to a standard container.