Column oriented matrix class.
Column oriented matrix class.Matrices are column majored, ie elements in a column are adjacent in memory. This implementation can be used with Lapack and is compatible with the Fortran array layout, but not with the "C/C++" array layout.
Alphabetic index HTML hierarchy of classes or Java