module ExceptionForMatrix
module Matrix::CoercionHelper
module Matrix::ConversionHelper
class ExceptionForMatrix::ErrDimensionMismatch
class ExceptionForMatrix::ErrNotRegular
class ExceptionForMatrix::ErrOperationNotDefined
class ExceptionForMatrix::ErrOperationNotImplemented
class Matrix
class Matrix::EigenvalueDecomposition
class Matrix::LUPDecomposition
class Matrix::Scalar
class Vector
class Vector::ZeroVectorError
matrix
0.4.3
def initialize(val = nil) if val super(val) else super("Not Regular Matrix") end end