New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
A collection of packages providing extra functionality for GNU Octave
Octave Forge is a central location for collaborative development of packages for GNU Octave. The Octave Forge packages expand Octave's core functionality by providing field specific features via Octave's package system. See https://octave.sourceforge.io/packages.php for a list of all available packages.
GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and...
...It is designed to offer for C programmers common data structures with powerful algorithms, and hidden implementation. Available structures are lists, queues, stacks, hash tables, binary trees, binary search trees, red-black trees, 2D arrays, permutations, heaps and interval heaps.
GDSL is free software distributed under the terms of the GNU General Public License.
Random Variate generators for various distributions.
The LibRan package is a library of various pseudo-random number generators along with their exact probability
and cumulative probability density functions. The libary contains its own optimized sequential congruential uniform
pseudo-random number generator on the interval x ∈ [0, 1) ; along with useful tools such as methods for collecting
statistics in bins.
Each of the random variate distributions rely on a number of internal attributes to customize the distribution. The
library is written in an object oriented fashion (in C) such that each object's attributes and random number generator
is separate from every other object. ...