Copy¶
Sets \(Y := X\).
C++ API¶
-
void
Copy
(const Matrix<S> &X, Matrix<T> &Y)¶
-
void
Copy
(const AbstractDistMatrix<S> &A, AbstractDistMatrix<T> &B)¶
-
void
Copy
(const SparseMatrix<S> &A, SparseMatrix<T> &B)¶
-
void
Copy
(const SparseMatrix<S> &A, Matrix<T> &B)¶
-
void
Copy
(const DistSparseMatrix<S> &A, DistSparseMatrix<T> &B)¶
-
void
Copy
(const DistSparseMatrix<S> &A, AbstractDistMatrix<T> &B)¶
-
void
Copy
(const DistMultiVec<T> &A, DistMultiVec<T> &B)¶
-
void
Copy
(const DistMultiVec<T> &A, AbstractDistMatrix<T> &B)¶
-
void
Copy
(const AbstractDistMatrix<T> &A, DistMultiVec<T> &B)¶
-
void
CopyFromRoot
(const DistSparseMatrix<T> &ADist, SparseMatrix<T> &A)¶
-
void
CopyFromNonRoot
(const DistSparseMatrix<T> &ADist, int root = 0)¶
-
void
CopyFromRoot
(const DistMultiVec<T> &XDist, Matrix<T> &X)¶
-
void
CopyFromNonRoot
(const DistMultiVec<T> &XDist, int root = 0)¶
copy namespace¶
TODO