Difference between revisions of "Capabilities"

From Efficient Java Matrix Library
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
{| style="wikitable"
+
{| class="wikitable"
 
!  !! Dense Real !! Fixed real !! Dense Complex
 
!  !! Dense Real !! Fixed real !! Dense Complex
 
|-
 
|-
Line 5: Line 5:
 
|-
 
|-
 
| Element-Wise Ops || X || X || X
 
| Element-Wise Ops || X || X || X
 +
|-
 +
| Transpose || X || X || X
 
|-
 
|-
 
| Determinant || X || X || X
 
| Determinant || X || X || X
 +
|-
 +
| Norm || X ||  || X
 
|-
 
|-
 
| Inverse || X || X || X
 
| Inverse || X || X || X
 
|-
 
|-
| Solve m=n || X || X || X
+
| Solve m=n || X || || X
|-
 
| Solve m>n || X || X || X
 
 
|-
 
|-
| LU || X || X || X
+
| Solve m>n || X || || X
 
|-
 
|-
| LUP || X || X || X
+
| LU || X || || X
 
|-
 
|-
| Cholesky || X || X || X
+
| Cholesky || X || || X
 
|-
 
|-
| QR || X || X || X
+
| QR || X || || X
 
|-
 
|-
| QRP || X || X || X
+
| QRP || X || ||  
 
|-
 
|-
| SVD || X || X || X
+
| SVD || X || ||  
 
|-
 
|-
| Eigen || X || X || X
+
| Eigen || 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.
 
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.
  
{| style="wikitable"
+
{| class="wikitable"
 
! Dense Real !! Fixed real !! Dense Complex
 
! Dense Real !! Fixed real !! Dense Complex
 
|-
 
|-
 
| {{OpsDocLink|CommonOps}} || {{DocLink|org/ejml/alg/fixed/FixedOps3.html|FixedOps}} || {{OpsDocLink|CCommonOps}}
 
| {{OpsDocLink|CommonOps}} || {{DocLink|org/ejml/alg/fixed/FixedOps3.html|FixedOps}} || {{OpsDocLink|CCommonOps}}
 
|-
 
|-
| EigenOps ||  ||
+
| {{OpsDocLink|EigenOps}} ||  ||
 
|-
 
|-
| MatrixFeatures ||  || CMatrixFeatures
+
| {{OpsDocLink|MatrixFeatures}} ||  || {{OpsDocLink|CMatrixFeatures}}
 
|-
 
|-
| MatrixVisualization ||  ||
+
| {{OpsDocLink|MatrixVisualization}} ||  ||
 
|-
 
|-
| NormOps ||  || CNormOps
+
| {{OpsDocLink|NormOps}} ||  || {{OpsDocLink|CNormOps}}
 
|-
 
|-
| RandomMatrices ||  || CRandomMatrices
+
| {{OpsDocLink|RandomMatrices}} ||  || {{OpsDocLink|CRandomMatrices}}
 
|-
 
|-
| SingularOps ||  ||
+
| {{OpsDocLink|SingularOps}} ||  ||
 
|-
 
|-
| SpecializedOps ||  || CSpecializedOps
+
| {{OpsDocLink|SpecializedOps}} ||  || {{OpsDocLink|CSpecializedOps}}
 
|}
 
|}

Revision as of 05:11, 26 March 2015

Dense Real Fixed real Dense Complex
Basic Arithmetic X X X
Element-Wise Ops X X X
Transpose X X X
Determinant X X X
Norm X X
Inverse X X X
Solve m=n X X
Solve m>n X X
LU X X
Cholesky X X
QR X X
QRP X
SVD X
Eigen 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}}}
{{{2}}}
{{{2}}} {{{2}}}
{{{2}}}
{{{2}}} {{{2}}}
{{{2}}} {{{2}}}
{{{2}}}
{{{2}}} {{{2}}}