diff --git a/mlpp/lin_alg/mlpp_matrix.h b/mlpp/lin_alg/mlpp_matrix.h index e50c6a7..70ca15a 100644 --- a/mlpp/lin_alg/mlpp_matrix.h +++ b/mlpp/lin_alg/mlpp_matrix.h @@ -14,9 +14,6 @@ #include "mlpp_vector.h" -// Matrices are stored as rows first -// [x][y] - class MLPPMatrix : public Reference { GDCLASS(MLPPMatrix, Reference);