//! in case of square matrix, transpose the leading minor of order <code>n</code>
NRMat&transposeme(constintn=0);
//! conjugate a square matrix
//! conjugate a matrix
NRMat&conjugateme();
//! transpose this matrix and return the result by value
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.