Class MatrixProto<R extends Num,C extends Num>

java.lang.Object
edu.wpi.first.math.proto.MatrixProto<R,C>
All Implemented Interfaces:
Protobuf<Matrix<R,C>,Wpimath.ProtobufMatrix>

public class MatrixProto<R extends Num,C extends Num> extends Object implements Protobuf<Matrix<R,C>,Wpimath.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