pub type LinalgResult<T> = Result<T, LinalgError>;Expand description
Result type for linear algebra operations
Aliased Type§
pub enum LinalgResult<T> {
Ok(T),
Err(LinalgError),
}pub type LinalgResult<T> = Result<T, LinalgError>;Result type for linear algebra operations
pub enum LinalgResult<T> {
Ok(T),
Err(LinalgError),
}