Trait funspace::traits::Basics[][src]

pub trait Basics<T>: BaseSize {
    fn coords(&self) -> &Array1<T>;
fn mass(&self) -> Array2<T>;
fn get_transform_kind(&self) -> &TransformKind; }
Expand description

Some basic traits

Required methods

Coordinates in physical space

Return mass matrix

Return kind of transform

Implementors