setC method

Pointer<MatrixC> setC(
  1. MatrixC o
)

Implementation

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