Scythe-1.0.3
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Matrix<T,RO,RS> scythe::cbrt ( const Matrix< T, PO, PS > &  A)

Calculate the cube root of each element of a Matrix.

This function calculates the cube root of each element in a Matrix

Parameters:
AThe matrix whose cube roots are of interest.
See also:
sqrt()