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