All Classes
-
Class Summary Class Description CholeskyDecompositionCommon_CDRM This is an abstract class for a Cholesky decomposition.CholeskyDecompositionInner_CDRM This implementation of a Cholesky decomposition using the inner-product form.CommonOps_CDRM Common operations on complex numbersDecompositionFactory_CDRM Contains operations related to creating and evaluating the quality of common matrix decompositions.HessenbergSimilarDecomposition_CDRM Complex Hessenberg decomposition.InvertUsingSolve_CDRM A matrix can be easily inverted by solving a system with an identify matrix.LinearSolverAbstract_CDRM An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.LinearSolverChol_CDRM LinearSolverFactory_CDRM Factory for creating linear solvers of complex matricesLinearSolverLu_CDRM For each column in the B matrix it makes a copy, which is then solved for and writen into X.LinearSolverLuBase_CDRM LinearSolverQr_CDRM A solver for a generic QR decomposition algorithm.LinearSolverQrHouse_CDRM QR decomposition can be used to solve for systems.LinearSolverQrHouseCol_CDRM QR decomposition can be used to solve for systems.LinearSolverQrHouseTran_CDRM QR decomposition can be used to solve for systems.LUDecompositionAlt_CDRM An LU decomposition algorithm that originally came from Jama.LUDecompositionBase_CDRM Contains common data structures and operations for LU decomposition algorithms.MatrixFeatures_CDRM Functions for computing the features of complex matricesMatrixMatrixMult_CDRM Matrix multiplication routines for complex row matrices in a row-major format.NormOps_CDRM QRDecompositionHouseholder_CDRM This variation of complex QR decomposition uses reflections to compute the Q matrix.QRDecompositionHouseholderColumn_CDRM Householder QR decomposition is rich in operations along the columns of the matrix.QRDecompositionHouseholderTran_CDRM Householder QR decomposition is rich in operations along the columns of the matrix.QrHelperFunctions_CDRM Contains different functions that are useful for computing the QR decomposition of a matrix.RandomMatrices_CDRM Contains a list of functions for creating random row complex matrices and vectors with different structures.SpecializedOps_CDRM TransposeAlgs_CDRM Algorithms for transposing row complex matricesTriangularSolver_CDRM This contains algorithms for solving systems of equations where T is a non-singular triangular complex matrix:
T*x = b
where x and b are vectors, and T is an n by n matrix.TridiagonalDecompositionHouseholder_CDRM Performs a complexsimilar tridiagonal decompositionon a square Hermitian matrix.UtilDecompositons_CDRM Helper functions for generic decompsotions.VectorVectorMult_CDRM Operations that involve multiplication of two vectors.