NumberKt

public final class NumberKt

Functions

div
Link copied to clipboard
final static ComplexDouble div(Number $self, ComplexDouble other)
getI
Link copied to clipboard
final ComplexDouble getI()
getR
Link copied to clipboard
final ComplexDouble getR()
minus
Link copied to clipboard
final static ComplexDouble minus(Number $self, ComplexDouble other)
plus
Link copied to clipboard
final static ComplexDouble plus(Number $self, ComplexDouble other)
sum
Link copied to clipboard
final static ComplexDouble sum(Array<ComplexDouble> $self)
times
Link copied to clipboard
final static ComplexColumnVector times(Number $self, ComplexColumnVector other)
final static ComplexDouble times(Number $self, ComplexDouble other)
final static ComplexMatrix times(Number $self, ComplexMatrix other)
final static ComplexRowVector times(Number $self, ComplexRowVector other)
final static ComplexTensor times(Number $self, ComplexTensor other)
final static ColumnVector times(Number $self, ColumnVector other)
final static Matrix times(Number $self, Matrix other)
final static RowVector times(Number $self, RowVector other)
final static Tensor times(Number $self, Tensor other)
toComplexDouble
Link copied to clipboard
final static ComplexDouble toComplexDouble(Number $self)
toFormattedString
Link copied to clipboard
final static String toFormattedString(Number $self)

Properties

I
Link copied to clipboard
private final static ComplexDouble I
R
Link copied to clipboard
private final static ComplexDouble R