setD method

Pointer<MatrixC> setD(
  1. MatrixD o
)

Implementation

Pointer<MatrixC> setD(MatrixD o) {
  ref.setD(o);
  return this;
}