Mir-algorithm.libmir.org is a subdomain of Libmir.org, which was created on 2019-03-23,making it 5 years ago. It has several subdomains, such as mir-optim.libmir.org mir-stat.libmir.org , among others.
Description:D...
Keywords:algorithm mir libmir numeric blas array vector tensor numpy...
Discover mir-algorithm.libmir.org website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site
HomePage size: 38.431 KB |
Page Load Time: 0.314854 Seconds |
Website IP Address: 52.219.97.12 |
Original Programming by AMS Pictures - Original Programming originalprogramming.amspictures.com |
Treehouse Blog | Learn programming, design, and more—all online and on your own time. blog.teamtreehouse.com |
Victory News - VICTORY Original Programming victorynews.govictory.com |
Learn Java Programming Online Through Merit Campus Online Training In Java programming java.meritcampus.com |
*** HOTEL MIR, MOSCOW *** hotel-mir.hotelsofmoscow.com |
Algorithm and Blues engineering.pandora.com |
COMPASS Programming Experts Help - COMPASS Programming Experts Help compass.programmingplanetarium.com |
mir.aculo.us JavaScript with Thomas Fuchs mir.aculo.us |
Times Group epapers - The Times of India epaper, Economic Times epaper, Maharastra Times ePaper, Mir epaper.timesgroup.com |
Mir Stat - D Programming mir-stat.libmir.org |
Mir Algorithm - D Programming Language http://mir-algorithm.libmir.org/ |
mir.interpolate.linear - D Programming Language http://mir-algorithm.libmir.org/mir_interpolate_linear.html |
mir.ndslice.iterator - D Programming Language http://mir-algorithm.libmir.org/mir_ndslice_iterator.html |
mir.combinatorics - D Programming Language http://mir-algorithm.libmir.org/mir_combinatorics.html |
mir.appender - D Programming Language http://mir-algorithm.libmir.org/mir_appender.html |
mir.date - D Programming Language http://mir-algorithm.libmir.org/mir_date.html |
mir.ndslice.dynamic - D Programming Language - Mir Algorithm http://mir-algorithm.libmir.org/mir_ndslice_dynamic.html |
mir.small_string - D Programming Language http://mir-algorithm.libmir.org/mir_small_string.html |
mir.ndslice.topology - D Programming Language http://mir-algorithm.libmir.org/mir_ndslice_topology.html |
mir.algebraic_alias.ion - D Programming Language http://mir-algorithm.libmir.org/mir_algebraic_alias_ion.html |
x-amz-id-2: m125zKsIqz399FiwG3m2fhGEO9JSUC/lmDVMx526SWiU1oS/OuJSL7+CateC8EEzgfNvSdbEBhw= |
x-amz-request-id: 4SHB90TNXD2NTJN9 |
Date: Thu, 16 May 2024 18:05:17 GMT |
Last-Modified: Tue, 11 Jan 2022 06:37:47 GMT |
ETag: "fc4ff1239d48310cfbeb5be4090e8c61" |
Content-Type: text/html |
Server: AmazonS3 |
Content-Length: |
charset="utf-8"/ |
content="algorithm mir libmir numeric blas array vector tensor numpy math stats" name="keywords"/ |
content="D Programming Language" name="description"/ |
content="width=device-width, initial-scale=1.0, minimum-scale=0.1, maximum-scale=10.0" |
Ip Country: United States |
City Name: Columbus |
Latitude: 39.9625 |
Longitude: -83.0061 |
Language Menu Mir Libraries mir-algorithm - Base algorithms and types mir-core - Slim core library mir-cpuid - CPUID identification mir-integral - Integration utilities mir-ion - Json mir-optim - Nonlinear programming mir-random - Random engines and variables mir-stat - Statistical package mir-lapack - Linear Algebra wrappers for ndslice mir-blas - CBLAS wrappers for ndslice mir (backports) asdf - Json library Kaleidic/lubeck - Linar algebra GitHub Forum Open Issue Dlang Search go Library Reference overview mir algebraic_alias ion json transform algorithm iteration setops annotated appender array allocation base64 bignum decimal fixed fp integer internal dec2flt_table ryu generic_128 low_level_view combinatorics container binaryheap cpp_export numeric date format format_impl graph tarjan interpolate constant generic linear polynomial spline utility lob math func expdigamma numeric stat sum ndslice allocation chunks concatenation connect cpython dynamic field filling fuse internal iterator mutation ndfield slice sorting topology traits numeric parse polynomial range rc array context ptr slim_ptr serde series small_array small_string string_map timestamp type_info Report a bug If you spot a problem with this page, click here to create a GitHub issue. Improve this page Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you’d like to make larger changes you may want to consider using a local clone. Mir Algorithm Generic Algorithm Collection. The following table is a quick reference guide for which Mir Algorithm modules to use for a given category of functionality. Modules Description Accessories mir.algebraic_alias.ion Mutable Amazon’s Ion value mir.algebraic_alias.json Mutable JSON value mir.annotated Mutable generic Annotated value mir.array.allocation std.array reworked for Mir mir.format @nogc Formatting Utilities mir.lob Binar and Char Large Objects mir.parse @nogc Parsing Utilities mir.range Ranges mir.serde Utilities for serialization libraries mir.small_array Generic Small Arrays mir.small_string Generic Small Strings mir.string_map Ordered string-value associative array with fast lookup Date and time mir.date Fast BetterC Date type with Boost ABI and mangling compatability mir.timestamp General purpose timestamp implementation with arbitrary precision NDarrays and Algorithms mir.algorithm.iteration Mir & BetterC rework of Phobos. mir.algorithm.setops Mir & BetterC rework of Phobos. mir.ndslice ★ Package for ndarrays and iteration algorithms. mir.range Additional primitive ranges. See also mir.ndslice , which contains a lot of range constructos. Math mir.interpolate ★ Interpolation algorithms mir.math.numeric Simple numeric algorithms mir.math.stat Basic API for statistics mir.math.sum Various precise summation algorithms mir.numeric Basic numeric optimisations mir.polynomial Polynomial ref-counted structure Reference counting mir.rc.array Thread safe reference count array and the iterator to adopt it to ndslice. mir.rc.ptr Thread safe reference count pointer with polymorphism support for strucs and objects. mir.rc.slim_ptr Thread safe reference count pointer for strucs and objects. mir.rc Reference counting package and RC conversion utilities. Containers mir.appender Scoped Buffer. mir.container.binaryheap ★ Mir & BetterC rework of Phobos. mir.series ★ Generic series suitable for time-series or semi-immutable ordered maps with CPU cache friendly binary search. Graphs mir.graph.tarjan ★ Tarjan’s strongly connected components algorithm mir.graph Basic routines to work with graphs Big Numbers (partial implementation) mir.bignum.decimal Stack-allocated decimal type mir.bignum.fixed Stack-allocated fixed length unsigned integer type (like 256bit integers). mir.bignum.fp Stack-allocated fixed length software floating point type. mir.bignum.integer Stack-allocated integer type. mir.bignum.low_level_view Low-level universal number representation formats. Combinatrorics mir.combinatorics ★ Combinations, combinations with repeats, cartesian power, permutations. Interconnection with other languages mir.ndslice.connect.cpython Utilities for Python Buffer Protocol Copyright: 2020 Ilya Yaroshenko, Kaleidic Associates Advisory Limited, Symmetry Investments Copyright © 2016-2022 by Ilya Yaroshenko | Page generated by Ddoc on Tue Jan 11 06:37:05...
Domain Name: libmir.org Registry Domain ID: 3db68f6206b34e779b6a6a3e304230ae-LROR Registrar WHOIS Server: http://whois.gandi.net Registrar URL: http://www.gandi.net Updated Date: 2024-02-29T11:15:13Z Creation Date: 2019-03-23T07:21:16Z Registry Expiry Date: 2025-03-23T07:21:16Z Registrar: Gandi SAS Registrar IANA ID: 81 Registrar Abuse Contact Email: abuse@support.gandi.net Registrar Abuse Contact Phone: +33.170377661 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Registrant Country: TH Name Server: ns8.wixdns.net Name Server: ns9.wixdns.net DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-18T07:47:31Z <<<