rename rotate
This commit is contained in:
parent
51b074152a
commit
08a1877709
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -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…
Add table
Reference in a new issue