Метод | Описание | |
---|---|---|
__construct ( array $M ) | Allows the creation of a ColumnVector (m × 1 Matrix) from an array instead of an array of arrays. | |
transpose ( ) : |
Transpose The transpose of a column vector is a rpw vector |
public __construct ( array $M ) | ||
$M | array | 1-dimensional array of vector values |
public transpose ( ) : |
||
Результат |