Capabilities

From Efficient Java Matrix Library
Revision as of 05:06, 26 March 2015 by Peter (talk | contribs) (Created page with "{| style="wikitable" ! !! Dense Real !! Fixed real !! Dense Complex |- | Basic Arithmetic || X || X || X |- | Element-Wise Ops || X || X || X |- | Determinant || X || X || X...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Dense Real Fixed real Dense Complex
Basic Arithmetic X X X
Element-Wise Ops X X X
Determinant X X X
Inverse X X X
Solve m=n X X X
Solve m>n X X X
LU X X X
LUP X X X
Cholesky X X X
QR X X X
QRP X X X
SVD X X X
Eigen X X X

The above table summarizes at a high level the capabilities available by matrix type. To see a complete list of featurs check out the following classes and factories. Note that the capabilities also vary by which interface you use. See interface specific documentation for that information. Procedural interface supports everything.

Dense Real Fixed real Dense Complex
{{{2}}} FixedOps {{{2}}}
EigenOps
MatrixFeatures CMatrixFeatures
MatrixVisualization
NormOps CNormOps
RandomMatrices CRandomMatrices
SingularOps
SpecializedOps CSpecializedOps