Add interp and repmat function.
This commit is contained in:
@@ -94,10 +94,6 @@ namespace Aurora {
|
||||
*/
|
||||
static Matrix New(const Matrix &shapeMatrix);
|
||||
|
||||
Matrix getDataFromDims2(int aColumn);
|
||||
|
||||
Matrix getDataFromDims1(int aRow);
|
||||
|
||||
/**
|
||||
* 深拷贝操作
|
||||
* @return 深拷贝的Matrix对象
|
||||
|
||||
Reference in New Issue
Block a user