Scythe-1.0.3
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO1, matrix_style PS1, matrix_order PO2, matrix_style PS2, typename S >
Calculate the angle whose tangent is y/x. This function calculates the angle whose tangent is y/x, given two matrices A and B (where y is the ith element of A, and x is the jth element of matrix B).
|