kao.math.matvec.solver.BiCG | BiConjugate Gradient method |
kao.math.matvec.solver.BiCGStab | Stabilised BiConjugate Gradient Method |
kao.math.matvec.solver.CG | Conjugate Gradient method |
kao.math.Complex | A Complex number implementation |
kao.math.matvec.solver.Diagonal | Method for solving linear system of equations when A is diagonal |
kao.math.matvec.precond.Diagonal | Diagonal Preconditioner |
kao.math.matvec.precond.Diagonal3 | Tri-Diagonal Preconditioner |
kao.math.Functions | Class containing basic maths library functions |
kao.math.matvec.solver.Gauss | Solves the linear set of equations where Ax = b using Gaussian Elimination with scaled partial pivoting |
kao.math.matvec.solver.GS | Gauss-Siedel Iterative method |
kao.math.matvec.precond.ICF | Incomplete Cholesky Factorisation |
kao.math.matvec.lib.InvMat | Routines for inverting a Matrix |
kao.math.matvec.Matrix | A Matrix class |
kao.math.sqp.SQP.Options | A definition of the options for the SQP routines |
kao.math.matvec.lib.Struct.Out | Outputs of the structure manipulation routines |
kao.math.matvec.lib.InvMat.Out | Output of the inverse matrix routines |
kao.math.qp.QP.Out | A definition of the outputs from the QP routines |
kao.math.matvec.lib.TriMat.Out | Outputs for the triangular matrix routines |
kao.math.matvec.lib.QR.Out | Outputs of the QR Factorisation routines, |
kao.math.sqp.SQP.Out | A definition of the outputs from the SQP routines |
kao.math.qp.QP | Provides methods for solving Quadratic Programs (QP) |
kao.math.matvec.lib.QR | QR Factorisation routines |
kao.math.sqp.SQP | Provides methods for solving Sequential Quadratic Programs (SQP) |
kao.math.sqp.SQPConstraintFunction | Interface for SQP constraint functions |
kao.math.sqp.SQPFunction | Interface for SQP function y = f(x) |
kao.math.matvec.lib.Struct | Routines for manipulating the structure of matrices and vectors |
kao.math.matvec.lib.TriMat | Routines for creating and solving triangular matrices |
kao.math.matvec.Vector | A multi-threaded Vector class |