matr.dflt
package matr.dflt
Members list
Type members
Classlikes
trait DefaultDeterminant
Default determinant implementation based on Laplace expansion. Please pay attention: its algorithmic simplicity comes with a high perfomance cost!
Default determinant implementation based on Laplace expansion. Please pay attention: its algorithmic simplicity comes with a high perfomance cost!
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object DefaultDeterminant extends DefaultDeterminant
Attributes
- Companion
- trait
- Supertypes
- Self type
-
DefaultDeterminant.type
trait DefaultInverse
Default determinant implementation based on Gauss Jordan method.
Default determinant implementation based on Gauss Jordan method.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object DefaultInverse extends DefaultInverse
Attributes
- Companion
- trait
- Supertypes
- Self type
-
DefaultInverse.type
trait DefaultMatrixAddition
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object DefaultMatrixAddition extends DefaultMatrixAddition
Attributes
- Companion
- trait
- Supertypes
- Self type
trait DefaultMatrixEquality
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object DefaultMatrixEquality extends DefaultMatrixEquality
Attributes
- Companion
- trait
- Supertypes
- Self type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object DefaultMatrixMultiplication extends DefaultMatrixMultiplication
Attributes
- Companion
- trait
- Supertypes
- Self type
Attributes
- Companion
- object
- Supertypes
-
trait DefaultTransposetrait DefaultSubmatrixtrait DefaultMatrixSubtractiontrait DefaultMatrixEqualitytrait DefaultMatrixAdditiontrait DefaultInversetrait DefaultDeterminantclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object DefaultMatrixOps
object DefaultMatrixOps extends DefaultMatrixOps
Attributes
- Companion
- trait
- Supertypes
-
trait DefaultMatrixOpstrait DefaultTransposetrait DefaultSubmatrixtrait DefaultMatrixSubtractiontrait DefaultMatrixEqualitytrait DefaultMatrixAdditiontrait DefaultInversetrait DefaultDeterminantclass Objecttrait Matchableclass AnyShow all
- Self type
-
DefaultMatrixOps.type
trait DefaultMatrixSubtraction
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object DefaultMatrixSubtraction extends DefaultMatrixSubtraction
Attributes
- Companion
- trait
- Supertypes
- Self type
trait DefaultSubmatrix
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object DefaultSubmatrix extends DefaultSubmatrix
Attributes
- Companion
- trait
- Supertypes
- Self type
-
DefaultSubmatrix.type
trait DefaultTranspose
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object DefaultTranspose extends DefaultTranspose
Attributes
- Companion
- trait
- Supertypes
- Self type
-
DefaultTranspose.type
In this article