About 26 results
Open links in new tab
  1. 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:

  2. 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 …

  3. 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 …

  4. 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 …

  5. PDL::OpenCV - PDL interface to OpenCV - metacpan.org

    transpose ignores the bad-value flag of the input ndarrays. It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.

  6. 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 …

  7. 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;

  8. Bit::Vector - Efficient bit vector, set of integers and "big

    This method calculates the transpose of a boolean matrix " $matrix1 " (stored as a bit vector) and stores the result in matrix " $matrix2 ". The transpose of a boolean matrix, representing the …

  9. 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 …

  10. Graph::BitMatrix - create and manipulate a V x V bit matrix of …

    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 …