rename rotate

main
Micke Nordin 2 years ago
parent 51b074152a
commit 08a1877709
Signed by: micke
GPG Key ID: 014B273D614BE877

@ -80,8 +80,8 @@ void matrix_main() {
std::cout << m.determinant() << std::endl;
std::cout << "The matrix n:" << std::endl;
std::cout << n << std::endl;
std::cout << "The matrix n roted by one pi radian:" << std::endl;
std::cout << n.rotate_by_one_pi() << std::endl;
std::cout << "The matrix n roted:" << std::endl;
std::cout << n.rotate() << std::endl;
std::cout << "The determinant of matrix n:" << std::endl;
std::cout << n.determinant() << std::endl;
std::cout << "The matrix n's transpose:" << std::endl;

Loading…
Cancel
Save