GraphBLAS JNI Bindings

Uberjar of JNI Bindings for native GraphBLAS Library.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Native Инструменты разработки
Группа

Группа

com.github.fabianmurariu
Идентификатор

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

graphblas-java-native
Последняя версия

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

0.1.18
Дата

Дата

Тип

Тип

jar
Описание

Описание

GraphBLAS JNI Bindings
Uberjar of JNI Bindings for native GraphBLAS Library.
Ссылка на сайт

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

https://github.com/fabianmurariu/graphblas-java-native
Система контроля версий

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

https://github.com/fabianmurariu/graphblas-java-native

Скачать graphblas-java-native

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

<!-- https://jarcasting.com/artifacts/com.github.fabianmurariu/graphblas-java-native/ -->
<dependency>
    <groupId>com.github.fabianmurariu</groupId>
    <artifactId>graphblas-java-native</artifactId>
    <version>0.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fabianmurariu/graphblas-java-native/
implementation 'com.github.fabianmurariu:graphblas-java-native:0.1.18'
// https://jarcasting.com/artifacts/com.github.fabianmurariu/graphblas-java-native/
implementation ("com.github.fabianmurariu:graphblas-java-native:0.1.18")
'com.github.fabianmurariu:graphblas-java-native:jar:0.1.18'
<dependency org="com.github.fabianmurariu" name="graphblas-java-native" rev="0.1.18">
  <artifact name="graphblas-java-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fabianmurariu', module='graphblas-java-native', version='0.1.18')
)
libraryDependencies += "com.github.fabianmurariu" % "graphblas-java-native" % "0.1.18"
[com.github.fabianmurariu/graphblas-java-native "0.1.18"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

JNI bindings for GraphBLAS

Build and get the code

git clone --recurse-submodules https://github.com/fabianmurariu/graphblas-java-native.git

# this will build GraphBLAS for you and build the maven java project
make graphblas-java

# to install GraphBLAS

sudo make grb-install

# if you don't wish to install you need to set 
# LD_LIBRARY_PATH=$(pwd)/GraphBLAS/build:$LD_LIBRARY_PATH 
# before running the maven tests outside of make

For usage check tests

in GRAPHBLASSpec.scala

Create a Matrix

  Buffer mat = GRBCORE.createMatrix(GRAPHBLAS.booleanType(), rows, cols)

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

Версия
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.11
0.1.10
0.1.9