JLComplexF32MatrixΒΆ

jarray32.spad line 638 [edit on github]

This domain provides a fast JLComplexF32 matrix type with no bound checking on elt's. Minimum index is 1.

#: % -> NonNegativeInteger

from Aggregate

*: (%, %) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

*: (%, JLComplexF32) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

*: (%, JLComplexF32Vector) -> JLComplexF32Vector

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

*: (Integer, %) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

*: (JLComplexF32, %) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

*: (JLComplexF32Vector, %) -> JLComplexF32Vector

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

+: (%, %) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

-: % -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

-: (%, %) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

/: (%, JLComplexF32) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

=: (%, %) -> Boolean

from BasicType

^: (%, Integer) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

^: (%, NonNegativeInteger) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

~=: (%, %) -> Boolean

from BasicType

adjoint!: (%, %) -> %

adjoint!(a, m) stores in a the adjoint of m i.e. the conjugate transposition of m.

adjoint: % -> %

adjoint(m) returns the adjoint of m i.e. the conjugate transposition of m.

antisymmetric?: % -> Boolean

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

any?: (JLComplexF32 -> Boolean, %) -> Boolean

from HomogeneousAggregate JLComplexF32

array2: List List JLComplexF32 -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

blockConcat: List List % -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

blockSplit: (%, List NonNegativeInteger, List NonNegativeInteger) -> List List %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

blockSplit: (%, PositiveInteger, PositiveInteger) -> List List %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

coerce: % -> OutputForm

from CoercibleTo OutputForm

coerce: JLComplexF32Vector -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

coerce: JLFloat32Matrix -> %

coerce(m) coerces m to a a Julia Complex Float 32 matrix.

colSlice: % -> Segment Integer

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

column: (%, Integer) -> JLComplexF32Vector

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

columnSpace: % -> List JLComplexF32Vector

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

convert: % -> String

from ConvertibleTo String

copy!: (%, %) -> %

copy!(b,a) copies efficiently a to b. No check are done on arrays dimensions.

copy: % -> %

from Aggregate

count: (JLComplexF32 -> Boolean, %) -> NonNegativeInteger

from HomogeneousAggregate JLComplexF32

count: (JLComplexF32, %) -> NonNegativeInteger

from HomogeneousAggregate JLComplexF32

determinant: % -> JLComplexF32

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

diagonal?: % -> Boolean

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

diagonalMatrix: JLComplexF32Vector -> %

diagonalMatrix(v) returns a diagonal matrix with elements of v.

diagonalMatrix: List % -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

diagonalMatrix: List JLComplexF32 -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, Integer, Integer) -> JLComplexF32

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, Integer, Integer, JLComplexF32) -> JLComplexF32

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, Integer, List Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, Integer, List Segment Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, List Integer, Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, List Integer, List Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, List Integer, Segment Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, List Segment Integer, Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, List Segment Integer, List Segment Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, List Segment Integer, Segment Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, Segment Integer, List Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, Segment Integer, List Segment Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

elt: (%, Segment Integer, Segment Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

empty?: % -> Boolean

from Aggregate

empty: () -> %

from Aggregate

eq?: (%, %) -> Boolean

from Aggregate

eval: (%, Equation JLComplexF32) -> % if JLComplexF32 has Evalable JLComplexF32

from Evalable JLComplexF32

eval: (%, JLComplexF32, JLComplexF32) -> % if JLComplexF32 has Evalable JLComplexF32

from InnerEvalable(JLComplexF32, JLComplexF32)

eval: (%, List Equation JLComplexF32) -> % if JLComplexF32 has Evalable JLComplexF32

from Evalable JLComplexF32

eval: (%, List JLComplexF32, List JLComplexF32) -> % if JLComplexF32 has Evalable JLComplexF32

from InnerEvalable(JLComplexF32, JLComplexF32)

every?: (JLComplexF32 -> Boolean, %) -> Boolean

from HomogeneousAggregate JLComplexF32

exquo: (%, JLComplexF32) -> Union(%, failed)

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

fill!: (%, JLComplexF32) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

hash: % -> SingleInteger if JLComplexF32 has Hashable

from Hashable

hashUpdate!: (HashState, %) -> HashState if JLComplexF32 has Hashable

from Hashable

hermitian?: % -> Boolean

hermitian?(m) tests hermiticity of m.

hermitianPart!: % -> %

hermitianPart!(m) overwites m with the symmetric part of m (m + m')/2 to save memory space and returns m.

hermitianPart: % -> %

hermitianPart(m) returns the symmetric part of m (m + m')/2.

horizConcat: (%, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

horizConcat: List % -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

horizSplit: (%, List NonNegativeInteger) -> List %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

horizSplit: (%, PositiveInteger) -> List %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

imag: % -> JLFloat32Matrix

imag(m) returns a JLFloat32 matrix with the imaginary part of the m elements.

inverse: % -> Union(%, failed)

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

jlApply: (String, %) -> JLFloat32

jlApply(func, x) apply func to argument x.

jlApply: (String, %) -> Void

jlApply(func, x) apply func to argument x.

jlApply: (String, %, JLFloat32) -> JLFloat32

jlApply(func, x, val) apply func to arguments x and val.

jlApprox?: (%, %) -> Boolean

jlApprox?(x,y) computes inexact equality comparison with default parameters. Two numbers compare equal if their relative distance or their absolute distance is within tolerance bounds. Applied component-wise.

jlDisplay: % -> Void

jlDisplay(m) pretty prints m (Γ  la Julia).

jlVector: % -> JLComplexF32Vector

jlVector(m) returns reference to the internal vector representation.

juliaCMPrint: Boolean -> Boolean

juliaMPrint(b) defines whether or not FriCAS uses the printing version of Julia for matrices instead of its OutputForm version. Returns previous value. By default it is the Julia version.

kronecker_prod1: (%, Integer, List List NonNegativeInteger, List %, NonNegativeInteger, NonNegativeInteger, Union(JLComplexF32, one)) -> Void

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

kroneckerProduct: (%, %) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

kroneckerProduct: List % -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

kroneckerSum: (%, %) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

kroneckerSum: List % -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

latex: % -> String

from SetCategory

less?: (%, NonNegativeInteger) -> Boolean

from Aggregate

listOfLists: % -> List List JLComplexF32

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

map!: (JLComplexF32 -> JLComplexF32, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

map: ((JLComplexF32, JLComplexF32) -> JLComplexF32, %, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

map: ((JLComplexF32, JLComplexF32) -> JLComplexF32, %, %, JLComplexF32) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

map: (JLComplexF32 -> JLComplexF32, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

matrix: (NonNegativeInteger, NonNegativeInteger, (Integer, Integer) -> JLComplexF32) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

matrix: List List JLComplexF32 -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

max: % -> JLComplexF32 if JLComplexF32 has OrderedSet

from HomogeneousAggregate JLComplexF32

max: ((JLComplexF32, JLComplexF32) -> Boolean, %) -> JLComplexF32

from HomogeneousAggregate JLComplexF32

maxColIndex: % -> Integer

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

maxRowIndex: % -> Integer

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

member?: (JLComplexF32, %) -> Boolean

from HomogeneousAggregate JLComplexF32

members: % -> List JLComplexF32

from HomogeneousAggregate JLComplexF32

min: % -> JLComplexF32 if JLComplexF32 has OrderedSet

from HomogeneousAggregate JLComplexF32

minColIndex: % -> Integer

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

minordet: % -> JLComplexF32

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

minRowIndex: % -> Integer

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

more?: (%, NonNegativeInteger) -> Boolean

from Aggregate

ncols: % -> NonNegativeInteger

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

new: (NonNegativeInteger, NonNegativeInteger, JLComplexF32) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

nrand: (NonNegativeInteger, NonNegativeInteger) -> %

nrand(m,n) returns a normally distributed Julia matrix of size (m,n). See Julia documentation (randn) for this complex version used here.

nrows: % -> NonNegativeInteger

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

nullity: % -> NonNegativeInteger

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

nullSpace: % -> List JLComplexF32Vector

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

parts: % -> List JLComplexF32

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

Pfaffian: % -> JLComplexF32

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

positiveDefinite?: % -> Boolean

positiveDefinite?(m) tests wether or not m is Hermitian positive definite using a Cholesky factorisation.

positivePower: (%, Integer) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

qelt: (%, Integer, Integer) -> JLComplexF32

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

qnew: (NonNegativeInteger, NonNegativeInteger) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

qsetelt!: (%, Integer, Integer, JLComplexF32) -> JLComplexF32

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

rank: % -> NonNegativeInteger

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

real: % -> JLFloat32Matrix

real(m) returns a JLFloat32 matrix with the real part of the m elements.

row: (%, Integer) -> JLComplexF32Vector

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

rowEchelon: % -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

rowSlice: % -> Segment Integer

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

sample: %

from Aggregate

scalarMatrix: (NonNegativeInteger, JLComplexF32) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setColumn!: (%, Integer, JLComplexF32Vector) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, Integer, Integer, JLComplexF32) -> JLComplexF32

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, Integer, List Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, Integer, List Segment Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, List Integer, Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, List Integer, List Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, List Integer, Segment Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, List Segment Integer, Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, List Segment Integer, List Segment Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, List Segment Integer, Segment Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, Segment Integer, List Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, Segment Integer, List Segment Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setelt!: (%, Segment Integer, Segment Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setRow!: (%, Integer, JLComplexF32Vector) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

setsubMatrix!: (%, Integer, Integer, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

size?: (%, NonNegativeInteger) -> Boolean

from Aggregate

smaller?: (%, %) -> Boolean

from Comparable

square?: % -> Boolean

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

squareTop: % -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

string: % -> String

from JLType

subMatrix: (%, Integer, Integer, Integer, Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

swapColumns!: (%, Integer, Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

swapRows!: (%, Integer, Integer) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

symmetric?: % -> Boolean

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

transpose!: (%, %) -> %

transpose!(b, a) stores transposed a in b.

transpose: % -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

transpose: JLComplexF32Vector -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

urand01: (NonNegativeInteger, NonNegativeInteger) -> %

urand01(m,n) returns a uniformly (0$NNI..1) distributed Julia matrix of size (m,n).

vertConcat: (%, %) -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

vertConcat: List % -> %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

vertSplit: (%, List NonNegativeInteger) -> List %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

vertSplit: (%, PositiveInteger) -> List %

from TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

zero?: % -> Boolean

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

zero: (NonNegativeInteger, NonNegativeInteger) -> %

from MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

Aggregate

BasicType

CoercibleTo OutputForm

Comparable

ConvertibleTo String

Evalable JLComplexF32 if JLComplexF32 has Evalable JLComplexF32

finiteAggregate

Hashable if JLComplexF32 has Hashable

HomogeneousAggregate JLComplexF32

InnerEvalable(JLComplexF32, JLComplexF32) if JLComplexF32 has Evalable JLComplexF32

JLMatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

JLType

MatrixCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)

SetCategory

shallowlyMutable

TwoDimensionalArrayCategory(JLComplexF32, JLComplexF32Vector, JLComplexF32Vector)