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