Trudeau - Math - Monoid

A Java implementation of the Monoid algebraic structure.

Лицензия

Лицензия

Группа

Группа

org.99soft.trudeau.math
Идентификатор

Идентификатор

org.99soft.trudeau.math.monoid
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Trudeau - Math - Monoid
A Java implementation of the Monoid algebraic structure.
Ссылка на сайт

Ссылка на сайт

https://github.com/trudeau/monoid
Организация-разработчик

Организация-разработчик

The Trudeau Project
Система контроля версий

Система контроля версий

http://github.com/trudeau/monoid

Скачать org.99soft.trudeau.math.monoid

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.99soft.trudeau.math/org.99soft.trudeau.math.monoid/ -->
<dependency>
    <groupId>org.99soft.trudeau.math</groupId>
    <artifactId>org.99soft.trudeau.math.monoid</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.trudeau.math/org.99soft.trudeau.math.monoid/
implementation 'org.99soft.trudeau.math:org.99soft.trudeau.math.monoid:0.0.1'
// https://jarcasting.com/artifacts/org.99soft.trudeau.math/org.99soft.trudeau.math.monoid/
implementation ("org.99soft.trudeau.math:org.99soft.trudeau.math.monoid:0.0.1")
'org.99soft.trudeau.math:org.99soft.trudeau.math.monoid:jar:0.0.1'
<dependency org="org.99soft.trudeau.math" name="org.99soft.trudeau.math.monoid" rev="0.0.1">
  <artifact name="org.99soft.trudeau.math.monoid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.trudeau.math', module='org.99soft.trudeau.math.monoid', version='0.0.1')
)
libraryDependencies += "org.99soft.trudeau.math" % "org.99soft.trudeau.math.monoid" % "0.0.1"
[org.99soft.trudeau.math/org.99soft.trudeau.math.monoid "0.0.1"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

monoid

A Java implementation of the Monoid algebraic structure.

APIs

Usage

A org.nnsoft.trudeau.math.monoid.Monoid<E> is a Monoid model and offers the following methods:

  • E identity() that returns the identity value;

  • E append( E e1, E e2 ) that returns the result of the associative binary operation between two elements of the monoid;

  • E inverse( E element ) that returns the inverse of the input element.

A org.nnsoft.trudeau.math.monoid.OrderedMonoid<E> is a org.nnsoft.trudeau.math.monoid.Monoid<E> able to order the elements.

Known default Monoids

  • org.nnsoft.trudeau.math.monoid.primitive.BigDecimalWeightBaseOperations
  • org.nnsoft.trudeau.math.monoid.primitive.BigIntegerWeightBaseOperations
  • org.nnsoft.trudeau.math.monoid.primitive.DoubleWeightBaseOperations
  • org.nnsoft.trudeau.math.monoid.primitive.FloatWeightBaseOperations
  • org.nnsoft.trudeau.math.monoid.primitive.IntegerWeightBaseOperations
  • org.nnsoft.trudeau.math.monoid.primitive.LongWeightBaseOperations

Версии библиотеки

Версия
0.0.1