Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystem Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
BackwardSubstitutionBackward substitution solves a matrix equation in the form Ux = b by an iterative process for an upper triangular matrix U.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
ForwardSubstitutionForward substitution solves a matrix equation in the form Lx = b by an iterative process for a lower triangular matrix L.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
KernelThe kernel or null space (also nullspace) of a matrix A is the set of all vectors x for which Ax = 0.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
Kernel .MethodThese are the available methods to compute kernel basis.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
LinearSystemSolverSolve a system of linear equations in the form: We assume that, after row reduction, A has no more rows than columns.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
LinearSystemSolver .NoSolutionThis is the runtime exception thrown when it fails to solve a system of linearSee Also:Serialized FormClasscom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
LinearSystemSolver .SolutionThis is the solution to a linear system of equations.Interfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
LSProblemThis is the problem of solving a system of linear equations.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
LUSolverUse LU decomposition to solve Ax = b where A is square and The dimensions of A and b must match.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
OLSSolverThis class solves an over-determined system of linear equations in the ordinary least square sense.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
OLSSolverByQRThis class solves an over-determined system of linear equations in the ordinary least square sense.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
OLSSolverBySVDThis class solves an over-determined system of linear equations in the ordinary least square sense.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu
ThomasAlgorithmThomas algorithm is an efficient algorithm to solve a linear tridiagonal matrix equation.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.linearsystemSuanShu