times

final static Tensor times(Number $self, Tensor other)
final static ComplexTensor times(Number $self, ComplexTensor other)
final static ComplexMatrix times(Number $self, ComplexMatrix other)
final static ComplexRowVector times(Number $self, ComplexRowVector other)
final static ComplexColumnVector times(Number $self, ComplexColumnVector other)
final static Matrix times(Number $self, Matrix other)
final static RowVector times(Number $self, RowVector other)
final static ColumnVector times(Number $self, ColumnVector other)
final static ComplexDouble times(Number $self, ComplexDouble other)