Class MatrixType.ComplexMatrixType

  • All Implemented Interfaces:
    java.lang.Cloneable, Type
    Enclosing class:
    MatrixType

    public static class MatrixType.ComplexMatrixType
    extends MatrixType
    The complex matrix data type.
    • Constructor Detail

      • ComplexMatrixType

        public ComplexMatrixType()
    • Method Detail

      • convert

        public Token convert​(Token token)
                      throws IllegalActionException
        Description copied from class: MatrixType
        If the argument is an instance of this class or a subclass, then return the token. Otherwise, throw an exception.
        Specified by:
        convert in interface Type
        Overrides:
        convert in class MatrixType
        Parameters:
        token - A token.
        Returns:
        An instance of this class.
        Throws:
        IllegalActionException - If the argument is not an instance of this class.