Samsara\Fermat\LinearAlgebra > Matrices
No description available
Variables & Data
Class Constants
Matrices::IMMUTABLE_MATRIX
IMMUTABLE_MATRIX
- value
- 'Samsara\Fermat\LinearAlgebra\Values\ImmutableMatrix'
Matrices::MUTABLE_MATRIX
MUTABLE_MATRIX
- value
- 'Samsara\Fermat\LinearAlgebra\Values\MutableMatrix'
Methods
Static Methods
public Matrices::cofactorMatrix(string $type, int $size)
cofactorMatrix
$type
- type
- string
- description
- No description available
$size
- type
- int
- description
- No description available
return
- type
- mixed (assumed)
- description
- No description available
public Matrices::identityMatrix(string $type, int $size)
identityMatrix
$type
- type
- string
- description
- No description available
$size
- type
- int
- description
- No description available
return
- type
- Samsara\Fermat\LinearAlgebra\Types\Base\Interfaces\Groups\MatrixInterface
- description
- No description available
public Matrices::onesMatrix(string $type, int $rows, int $columns)
onesMatrix
$type
- type
- string
- description
- No description available
$rows
- type
- int
- description
- No description available
$columns
- type
- int
- description
- No description available
return
- type
- Samsara\Fermat\LinearAlgebra\Types\Base\Interfaces\Groups\MatrixInterface
- description
- No description available
public Matrices::zeroMatrix(string $type, int $rows, int $columns)
zeroMatrix
$type
- type
- string
- description
- No description available
$rows
- type
- int
- description
- No description available
$columns
- type
- int
- description
- No description available
return
- type
- Samsara\Fermat\LinearAlgebra\Types\Base\Interfaces\Groups\MatrixInterface
- description
- No description available