Trait feos_core::Components
source · pub trait Components {
// Required methods
fn components(&self) -> usize;
fn subset(&self, component_list: &[usize]) -> Self;
}Expand description
The number of components that the model is initialized for.
Required Methods§
sourcefn components(&self) -> usize
fn components(&self) -> usize
Return the number of components of the model.
Object Safety§
This trait is not object safe.