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