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

Calculate the complementary error function of each element of a Matrix.

This function calculates the complemenatry error function of each element in a Matrix

Parameters:
AThe matrix whose complementary error functions are of interest.
See also:
erf()