8 lines
120 B
C++
8 lines
120 B
C++
|
|
#include <J3ML/LinearAlgebra/Matrix3x3.h>
|
|
|
|
using namespace J3ML::LinearAlgebra;
|
|
|
|
int Matrix2x2Tests() {
|
|
return 0;
|
|
} |