LinearAlgebra Current release: User classes: Matrix.h: class MatrixD class MatrixC struct MatrixPolarData struct MatrixEigenData ColumnVector.h: class ColumnVector : public MatrixD class RowVector : public MatrixD OutputFormat.h: class OutputFormat SingVal.h: struct MatrixSVDData Small demo programs, not a complete set. Being completed: Symmetric and anti-symmetric data models 5/15 Will be done next: Add new methods: .invertSystem, .fastInverse 6/5 More tutorial examples. ?/? Tentative further intentions (subject to de-prioritizing): Math functions for square matrices (2 weeks) Masking and editing operations (3 weeks) Clean up the header files. (1 week) More utility functions: e.g., .trueIndices, .actOnElements, .isNear, ... ( ??? ) Mopping up: e.g., make certain memcpy has been used wherever possible; fix known errors; optimize performance; ... ( ??? ) Possibilities not intended (unless required by overwhelming demand): Data models: Hermitian and anti-Hermitian, sparse, block diagonal, upper or lower triangular, circulant, symplectic, ... Templated matrix classes.