object MatrixKind extends Enumeration
The MatrixKind
object defines an enumeration for the kinds of matrices
supported in ScalaTion. Combined with the base type (e.g., D for Double
),
a particular type of matrix is defined (e.g., SparseMatrixD
).
- Alphabetic
- By Inheritance
- MatrixKind
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type MatrixKind = Value
-
abstract
class
Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
class
ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
- val BIDIAGONAL: Value
- val COMPRESSED: Value
- val DENSE: Value
- val SPARSE: Value
- val SYM_TRIDIAGONAL: Value
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration