JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apfloat.spi
Interface MatrixBuilder
All Known Implementing Classes:
DoubleMatrixBuilder
,
FloatMatrixBuilder
,
IntMatrixBuilder
,
LongMatrixBuilder
public interface
MatrixBuilder
Interface of a factory for creating matrix related objects. The factory method pattern is used.
Since:
1.7.0
Version:
1.7.0
Author:
Mikko Tommila
See Also:
MatrixStrategy
Method Summary
Methods
Modifier and Type
Method and Description
MatrixStrategy
createMatrix
()
Creates an object for matrix operations.
Method Detail
createMatrix
MatrixStrategy
createMatrix()
Creates an object for matrix operations.
Returns:
A suitable object for performing the matrix operations.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method