The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "sparse"

Sparse - Perl module for Sparse Vectors River stage one • 1 direct dependent • 1 total dependent

AMRUTA/Sparse-0.03 - 14 Jun 2004 22:14:33 UTC - Search in distribution

C::sparse - Perl binding to Linux's Sparse River stage zero No dependents

Binding to the Linux static analyser Sparse. EXPORT None by default....

EISELEKD/C-sparse-0.07 - 17 Feb 2014 16:46:57 UTC - Search in distribution

AI::MXNet::NDArray::Sparse - Sparse NDArray API of MXNet River stage one • 2 direct dependents • 2 total dependents

The base class of an NDArray stored in a sparse storage format. See AI::MXNet::NDArray::CSR and AI::MXNet::NDArray::RowSparse for more details....

SKOLYCHEV/AI-MXNet-1.6 - 23 Jun 2023 16:35:58 UTC - Search in distribution

Statistics::Descriptive::Sparse - Module of basic descriptive statistical functions. River stage two • 25 direct dependents • 42 total dependents

This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and on...

SHLOMIF/Statistics-Descriptive-3.0801 - 02 Jul 2023 09:18:16 UTC - Search in distribution

Language::Befunge::Storage::2D::Sparse - a 2D storage, using sparse hash River stage one • 3 direct dependents • 3 total dependents

This class implements a storage as defined in LBS. It makes the assumption that we're in a 2D Funge space for efficiency reasons. Therefore, it's only suited for befunge programs. This storage is sparse, using a private hash with keys such as "$x,$y"...

JQUELIN/Language-Befunge-5.000 - 20 May 2016 13:35:19 UTC - Search in distribution

TipJar::sparse::array::perl::hashbased - reference implementation of sparse array River stage zero No dependents

An implementation of a sparse array tie class based on a Perl hash. This module is intended as a reference implementation for testing, and other modules providing the same semantics but better performance may be forthcoming later. This module efficie...

DAVIDNICO/TipJar-sparse-array-perl-hashbased-0.01 - 28 Dec 2011 06:36:33 UTC - Search in distribution

lib/Math/NumSeq/Base/Sparse.pm River stage zero No dependents

KRYDE/Math-NumSeq-75 - 04 Jun 2022 12:11:23 UTC - Search in distribution

create-sparse-file - Create sparse file River stage zero No dependents

Sparse file is a file with a predefined size (sometimes large) but does not yet allocate all its (blank) data on disk. Sparse file is a feature of filesystem. I usually create sparse file when I want to create a large disk image but do not want to pr...

PERLANCAR/App-CreateSparseFile-0.080 - 10 Nov 2017 09:16:02 UTC - Search in distribution

Math::MatrixSparse - Perl extension for sparse matrices. River stage zero No dependents

* "use Math::MatrixSparse;" Load the module and make its methods and operators available. CREATION AND INPUT-OUTPUT METHODS * "Math::MatrixSparse->new($name)" "new Math::MatrixSparse($name)" Creates a new empty matrix named $name, which may be undef....

KESINGER/Math-MatrixSparse-0.01 - 06 Jul 2002 19:34:30 UTC - Search in distribution

Math::SparseMatrix - Provides basic sparse matrix operations such as creation, reading from file, reading transpose from file and writing to file. River stage one • 2 direct dependents • 2 total dependents

Math::SparseMatrix provides simple sparse matrix functionality such as creation of sparse matrices, writing them out to a file, reading matrices from files and reading transpose of a matrix stored in a file....

TPEDERSE/Math-SparseMatrix-0.03 - 06 Apr 2008 21:02:23 UTC - Search in distribution

Math::SparseVector - Implements Sparse Vector Operations. The code is entirely borrowed from the existing Sparse::Vector v0.03 module on CPAN, and re-cast into a new namespace in order to introduce another module Math::SparseMatrix, which makes use of this module. River stage one • 1 direct dependent • 3 total dependents

JMAHESH/Math-SparseVector-0.03 - 01 Jul 2006 00:27:02 UTC - Search in distribution

Graph::Writer::Sparse6 - write Graph.pm in sparse6 format River stage one • 2 direct dependents • 2 total dependents

"Graph::Writer::Sparse6" writes a "Graph.pm" graph to a file or file handle in sparse6 format. It is the same as my $writer = Graph::Writer::Graph6->new (format => 'sparse6'); See Graph::Writer::Graph6 for details....

KRYDE/Graph-Graph6-9 - 27 Mar 2021 23:35:12 UTC - Search in distribution

Math::GSL::SparseMatrix - Sparse Matrices River stage one • 5 direct dependents • 6 total dependents

NOTE: This module requires GSL 2.0 or higher. For more informations on the functions, we refer you to the GSL official documentation: <http://www.gnu.org/software/gsl/manual/html_node/>...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC - Search in distribution

Statistics::SparseVector - Perl5 extension for representing and manipulating sparse binary and integer vectors River stage zero No dependents

This module implements sparse bitvectors. Several methods for manipulating bitvectors are implemented. Creation of bitvectors "new" $vec = Statistics::BitVector->new($n); A bitvector of length $n is created. All bits are zero. "Clone" $clone = $vec->...

TERDOEST/Statistics-MaxEntropy-1.0 - 26 Jul 2015 20:01:13 UTC - Search in distribution

Math::SparseMatrix::Operations - Mathematical operations with matrices River stage zero No dependents

LEPREVOST/Math-SparseMatrix-Operations-0.06 - 26 Apr 2013 19:22:50 UTC - Search in distribution

Statistics::Descriptive::Weighted - Module of basic descriptive statistical functions for weighted variates. River stage zero No dependents

This module partially extends the module Statistics::Descriptive to handle weighted variates. Like that module, this module has an object-oriented design and supports two different types of data storage and calculation objects: sparse and full. With ...

DHARD/Statistics-Descriptive-Weighted-0.7 - 04 Apr 2014 00:04:43 UTC - Search in distribution

Math::Polynomial::ModInt::Order - order relations on ModInt polynomials River stage zero No dependents

This module provides several different set order relations for modular integer polynomials. They are given as (read-only) variables so that they can be used as name argument for the perl builtin *sort* operator. These variables are at the same time o...

MHASCH/Math-Polynomial-ModInt-0.005 - 04 Jun 2022 19:48:36 UTC - Search in distribution

Cv - helps you to make something around computer vision. River stage one • 1 direct dependent • 1 total dependent

"Cv" is the Perl interface to the OpenCV computer vision library that originally developed by Intel. I'm making this module to use the computer vision more easily like a slogan of perl *"Easy things should be easy, hard things should be possible."* T...

YUTA/Cv-0.29 - 02 Jun 2013 13:20:16 UTC - Search in distribution

PDL::CCS::Nd - N-dimensional sparse pseudo-PDLs River stage one • 1 direct dependent • 3 total dependents

PDL::CCS::Nd provides an object-oriented implementation of sparse N-dimensional vectors & matrices using a set of low-level PDLs to encode non-missing values. Currently, only a portion of the PDL API is implemented....

MOOCOW/PDL-CCS-1.23.23 - 15 May 2024 20:05:13 UTC - Search in distribution
192 results (0.096 seconds)