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.operation.positivedefinite Classes and Interfaces - 4 results found.
NameDescriptionTypePackageFramework
GoldfeldQuandtTrotterGoldfeld, Quandt and Trotter propose the following way to coerce a non-positive definite Hessian matrix to become symmetric, positive definite.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.operation.positivedefiniteSuanShu
MatthewsDaviesMatthews and Davies propose the following way to coerce a non-positive definite Hessian matrix to become symmetric, positive definite.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.operation.positivedefiniteSuanShu
PositiveDefiniteMatrixByPositiveDiagonalThis class "converts" a matrix into a symmetric, positive definite matrix, if it is not already so, by forcing the diagonal entries in the eigen decomposition to a small non-negative number,Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.operation.positivedefiniteSuanShu
PositiveSemiDefiniteMatrixNonNegativeDiagonalThis class "converts" a matrix into a symmetric, positive semi-definite matrix, if it is not already so, by forcing the negative diagonal entries in the eigen decomposition to 0.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.operation.positivedefiniteSuanShu