Trait diffsol::matrix::MatrixCommon
source · pub trait MatrixCommon: Sized + Debug {
type V: Vector<T = Self::T>;
type T: Scalar;
// Required methods
fn nrows(&self) -> IndexType;
fn ncols(&self) -> IndexType;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.