Trait zenu_matrix::operation::basic_operations::MatrixCosh
source · pub trait MatrixCosh<L> {
// Required method
fn cosh(&mut self, lhs: L);
}
pub trait MatrixCosh<L> {
// Required method
fn cosh(&mut self, lhs: L);
}