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