Class MatrixProto<R extends Num, C extends Num>

java.lang.Object
org.wpilib.math.linalg.proto.MatrixProto<R,C>
All Implemented Interfaces:
Protobuf<Matrix<R,C>, ProtobufMatrix>

public class MatrixProto<R extends Num, C extends Num> extends Object implements Protobuf<Matrix<R,C>, ProtobufMatrix>
  • Constructor Details

    • MatrixProto

      public MatrixProto(Nat<R> rows, Nat<C> cols)
      Constructs the Protobuf implementation.
      Parameters:
      rows - The number of rows of the matrices this serializer processes.
      cols - The number of cols of the matrices this serializer processes.
  • Method Details