slash.matrix.util

Members list

Type members

Classlikes

case class CannotExpressMatrixAsVector[M <: Int, N <: Int](m: Matrix[M, N]) extends Exception

Attributes

Source
Exceptions.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class MatrixNotSymmetricPositiveDefinite[M <: Int, N <: Int](m: Matrix[M, N]) extends Exception

Attributes

Source
Exceptions.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class UnsupportedMatrixDimension(rows: Int, columns: Int) extends Exception

Attributes

Source
Exceptions.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all