Пакет perl-Math-MatrixReal: Информация
Исходный пакет: perl-Math-MatrixReal
Версия: 2.13-alt1_10
Собран: 21 ноября 2019 г. 7:01 в задании #241260
Категория: Разработка/Прочее
Сообщить об ошибке в пакетеДомашняя страница: https://metacpan.org/release/Math-MatrixReal
Лицензия: GPL+ or Artistic
О пакете: Manipulate matrix of reals
Описание:
Implements the data type "matrix of reals" (and consequently also
"vector of reals") which can be used almost like any other basic
Perl type thanks to OPERATOR OVERLOADING, i.e.,
$A = $matrix1 * $matrix2;
$B = $A ** 2;
$C = $A + 2*B;
$D = $C - $B/2;
$inverse = $C ** -1;
$inverse = 1/$C;
does what you would like it to do.Сопровождающий: Igor Vlasenko
Последнее изменение
20 ноября 2019 г. Igor Vlasenko 2.13-alt1_10
- update to new release by fcimport
14 июля 2018 г. Igor Vlasenko 2.13-alt1_6
- update to new release by fcimport
2 октября 2017 г. Igor Vlasenko 2.13-alt1_4
- update to new release by fcimport