Home
last modified time | relevance | path

Searched refs:alga (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alga-0.9.3/
H A DREADME.md2 <a href="https://crates.io/crates/alga">
3 <img src="http://meritbadge.herokuapp.com/alga?style=flat-square" alt="crates.io">
5 <a href="https://travis-ci.org/rustsim/alga">
6 <img src="https://travis-ci.org/rustsim/alga.svg?branch=master" alt="Build status">
11 <a href="https://docs.rs/alga">Documentation</a>
15 alga − abstract algebra for Rust
18 **alga** aims to provide solid mathematical abstractions to algebra-focused
26 Examples of types that could derive from traits defined in **alga**:
35 **alga** started as a fork of [algebra](https://crates.io/crates/algebra).
H A DCargo.toml.orig-cargo2 name = "alga"
9 repository = "https://github.com/rustsim/alga"
10 documentation = "https://docs.rs/alga"
15 name = "alga"
H A DCargo.toml15 name = "alga"
19 documentation = "https://docs.rs/alga"
24 repository = "https://github.com/rustsim/alga"
27 name = "alga"
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alga-0.9.2/
H A DREADME.md2 <a href="https://crates.io/crates/alga">
3 <img src="http://meritbadge.herokuapp.com/alga?style=flat-square" alt="crates.io">
5 <a href="https://travis-ci.org/rustsim/alga">
6 <img src="https://travis-ci.org/rustsim/alga.svg?branch=master" alt="Build status">
11 <a href="https://docs.rs/alga">Documentation</a>
15 alga − abstract algebra for Rust
18 **alga** aims to provide solid mathematical abstractions to algebra-focused
26 Examples of types that could derive from traits defined in **alga**:
35 **alga** started as a fork of [algebra](https://crates.io/crates/algebra).
H A DCargo.toml.orig-cargo2 name = "alga"
9 repository = "https://github.com/rustsim/alga"
10 documentation = "https://docs.rs/alga"
15 name = "alga"
H A DCargo.toml15 name = "alga"
19 documentation = "https://docs.rs/alga"
24 repository = "https://github.com/rustsim/alga"
27 name = "alga"
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dneedleall.c44 AjPStr alga; in main() local
112 alga = ajStrNew(); in main()
156 ajStrAssignC(&alga,""); in main()
164 embAlignWalkNWMatrixUsingCompass(p, q, &alga, &algb, in main()
170 ajAlignDefineCC(align, ajStrGetPtr(alga), in main()
177 embAlignReportGlobal(align, seqa, seqb, alga, algb, in main()
186 embAlignCalcSimilarity(alga,algb,sub,cvt,lena,lenb,&id, in main()
230 ajStrDel(&alga); in main()
H A Dneedle.c39 AjPStr alga; in main() local
103 alga = ajStrNew(); in main()
143 ajStrAssignC(&alga,""); in main()
153 embAlignWalkNWMatrixUsingCompass(p, q, &alga, &algb, in main()
157 embAlignReportGlobal(align, a, b, alga, algb, in main()
165 embAlignCalcSimilarity(alga,algb,sub,cvt,lena,lenb,&id,&sim,&idx, in main()
194 ajStrDel(&alga); in main()
/dports/net/jose/jose-11/lib/
H A Djwk.c368 const char *alga = NULL; in jose_jwk_exc() local
374 "kty", &ktya, "alg", &alga) < 0) { in jose_jwk_exc()
391 if (alga && algb && strcmp(alga, algb) != 0) { in jose_jwk_exc()
398 !alga && !algb && a; a = a->next) { in jose_jwk_exc()
402 alga = a->exch.sug(a, cfg, prv, pub); in jose_jwk_exc()
405 if (!alga && !algb) { in jose_jwk_exc()
415 if (strcmp(alga ? alga : algb, a->name) != 0) in jose_jwk_exc()
434 "Exchange algorithm %s is unsupported", alga ? alga : algb); in jose_jwk_exc()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alga-0.9.3/tests/
H A Done_operator.rs1 extern crate alga;
9 use alga::general::{Additive, AbstractQuasigroup};
27 … use alga::general::{AbstractMonoid, AbstractSemigroup, Additive, Multiplicative};
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alga-0.9.2/tests/
H A Done_operator.rs1 extern crate alga;
9 use alga::general::{Additive, AbstractQuasigroup};
27 … use alga::general::{AbstractMonoid, AbstractSemigroup, Additive, Multiplicative};
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/
H A DCargo.toml.orig-cargo24 std = [ "matrixmultiply", "rand/std", "alga/std" ]
42 alga = { version = "0.9", default-features = false }
53 #alga = { git = "https://github.com/rustsim/alga", branch = "dev" }
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/
H A DCargo.toml.orig-cargo24 std = [ "matrixmultiply", "rand/std", "alga/std" ]
42 alga = { version = "0.9", default-features = false }
53 #alga = { git = "https://github.com/rustsim/alga", branch = "dev" }
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/examples/
H A Didentity.rs1 extern crate alga;
4 use alga::linear::Transformation;
H A Dscalar_genericity.rs1 extern crate alga;
4 use alga::general::{RealField, RingCommutative};
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/examples/
H A Didentity.rs1 extern crate alga;
4 use alga::linear::Transformation;
H A Dscalar_genericity.rs1 extern crate alga;
4 use alga::general::{RealField, RingCommutative};
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/algebraic-graphs-0.5/
H A Dalgebraic-graphs.cabal11 homepage: https://github.com/snowleopard/alga
21 <https://github.com/snowleopard/alga Alga> is a library for algebraic construction and
22 manipulation of graphs in Haskell. See <https://github.com/snowleopard/alga-paper this paper>
56 <https://github.com/snowleopard/alga/issues discussions on the library API>.
65 location: https://github.com/snowleopard/alga.git
126 test-suite test-alga
H A DREADME.md3alga/master.svg?label=Linux%20%26%20OS%20X)](https://travis-ci.org/snowleopard/alga) [![Windows st…
6 [this Haskell Symposium paper](https://github.com/snowleopard/alga-paper) and the
10 and a [tutorial](https://nobrakal.github.io/alga-tutorial) by Alexandre Moine.
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/
H A Dlib.rs119 extern crate alga;
156 use alga::general::{
160 use alga::linear::SquareMatrix as AlgaSquareMatrix;
161 use alga::linear::{EuclideanSpace, FiniteDimVectorSpace, InnerSpace, NormedSpace};
164 pub use alga::general::{Id, RealField, ComplexField};
166 pub use alga::general::Real;
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/
H A Dlib.rs119 extern crate alga;
156 use alga::general::{
160 use alga::linear::SquareMatrix as AlgaSquareMatrix;
161 use alga::linear::{EuclideanSpace, FiniteDimVectorSpace, InnerSpace, NormedSpace};
164 pub use alga::general::{Id, RealField, ComplexField};
166 pub use alga::general::Real;
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/third_party/alga/
H A Dalga_point.rs1 use alga::general::{Field, JoinSemilattice, Lattice, MeetSemilattice, RealField};
2 use alga::linear::{AffineSpace, EuclideanSpace};
H A Dalga_translation.rs1 use alga::general::{
5 use alga::linear::Translation as AlgaTranslation;
6 use alga::linear::{
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/geometry/
H A Dpoint_alga.rs1 use alga::general::{Field, JoinSemilattice, Lattice, MeetSemilattice, RealField};
2 use alga::linear::{AffineSpace, EuclideanSpace};
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/geometry/
H A Dpoint_alga.rs1 use alga::general::{Field, JoinSemilattice, Lattice, MeetSemilattice, RealField};
2 use alga::linear::{AffineSpace, EuclideanSpace};

12345678910>>...26