Added reference headers and moved some code.
This commit is contained in:
@@ -9,3 +9,13 @@
|
||||
#include "RowTypeMatrix.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
template<typename T>
|
||||
int RowTypeMatrix<T>::nrow() {
|
||||
return (int) this->size();
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
int RowTypeMatrix<T>::ncol() {
|
||||
return this->at(0)->numberOfElements();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user