
Array::Transpose - Transposes a 2-Dimensional Array - MetaCPAN
This package exports one function named transpose. In linear algebra, the transpose of a matrix A is another matrix A' created by any one of the following equivalent actions:
PDL::Basic - Basic utility functions for PDL - metacpan.org
See also "allaxisvals", which generates all axis values simultaneously in a form useful for "range", "interpND", "indexND", etc. Note the 'from specification' style (see zeroes) is not available here, for …
PDL::LinearAlgebra - Linear Algebra utils for PDL - metacpan.org
Since Blas and Lapack use a column major ordering scheme some routines here need to transpose matrices before calling fortran routines and transpose back (see the documentation of each routine).
PDL::Primitive - primitive operations for pdl - metacpan.org
my $a = pdl q[3 4 2 3 2 3 1]; my $b = $a->uniq; my $c = +($a->dummy(0) == $b)->transpose; print $c, $c->whichover;
Modules on CPAN alphabetically
The list contains modules distribution files on CPAN for modules that are not included in the perl standard distribution but are included in the current release of Perl Module List. To keep the size of …
Math::Matrix - multiply and invert matrices - metacpan.org
Every symmetric, positive definite matrix A can be decomposed into a product of a unique lower triangular matrix L and its transpose, so that A = L*L', where L' denotes the transpose of L. L is called …
PDL::PP - Generate PDL routines from concise descriptions - metacpan.org
From a given input matrix $a it computes a symmetric output matrix $c (symmetric in the matrix sense that A^T = A where ^T means matrix transpose, or in PDL parlance $c == $c->transpose). It does …
atonal music analysis and composition - MetaCPAN
Returns reference to an array of references that comprise the invariance under Transpose (N)Inversion operations on the given pitch set. Probably easier to use the invariants mode of atonal-util of …
Graph::BitMatrix - create and manipulate a V x V bit matrix of graph …
If false, do not set any bits. In either case the bit matrix of V x V bits is allocated. transpose If true, set the bits in the bit matrix that correspond to edges but in the reverse direction. This has the effect of …
Client Challenge - MetaCPAN
Please check your connection, disable any ad blockers, or try using a different browser.