About 46,500 results
Open links in new tab
  1. Unit Testing - Efficient Java Matrix Library - EJML

    MatrixFeatures is primarily intended for extracting high level information about a matrix, but also contains several functions for testing if two matrices are equal or have specific characteristics. The following is a brief introduction to unit testing with EJML.

  2. A fast and easy to use linear algebra library written in Java ... - GitHub

    Efficient Java Matrix Library (EJML) is a linear algebra library for manipulating real/complex/dense/sparse matrices. Its design goals are; 1) to be as computationally and memory efficient as possible for both small and large matrices, and 2) to be accessible to both novices and experts.

  3. JAMA : A Java Matrix Package - NIST

    JAMA is a basic linear algebra package for Java. It provides user-level classes for constructing and manipulating real, dense matrices. It is meant to provide sufficient functionality for routine problems, packaged in a way that is natural and understandable to non-experts.

  4. 10 Popular Libraries for Java Unit and Integration Testing

    Mar 14, 2023 · JUnit and TestNG are widely used for unit testing, while Spring Test and Mockito are commonly used for integration testing. AssertJ provides a powerful assertion API for unit testing, and Cucumber enables behavior-driven development testing.

    Missing:

    • Matrix

    Must include:

  5. 7 Awesome Libraries for Java Unit and Integration Testing - DZone

    Jan 11, 2023 · Looking to improve your unit and integration tests? I made a short video giving you an overview of 7 libraries that I regularly use when writing any sort of tests in Java, namely: AssertJ;...

    Missing:

    • Matrix

    Must include:

  6. GitHub - myui/matrix4j: The matrix and vector library for Java

    Find usage in unit tests. Java7 or later is supported. Matrix4j has minimum dependencies to. Matrix4j does not provides Linear Algebra while it provides minimum building blocks for Matrix computation. The matrix and vector library for Java. Contribute to myui/matrix4j development by creating an account on GitHub.

  7. Base Test Library for Java 8 Projects - GitHub

    TestLib-Java is the base package that we utilize in our Java 8 unit test projects. We leverage JUnit because it is consistently stable, actively developed and is the easiest to grasp for engineers when learning to write testable code (utilizing TDD or not).

    Missing:

    • Matrix

    Must include:

  8. Manual - Efficient Java Matrix Library - EJML

    Jul 7, 2021 · Efficient Java Matrix Library (EJML) is a Java library for performing standard linear algebra operations on dense matrices. Typically the list of standard operations is divided up unto basic (addition, subtraction, multiplication, ...etc), decompositions (LU, QR, SVD, ... etc), and solving linear systems.

  9. Maven Repository: net.sf.matrixjavalib » unitils-java11

    Unitils provides utilities to further simplify unit-testing with JUnit, DBUnit, EasyMock Hibernate and Spring. The goal is to make unit-testing easy and maintainable by offering utilities such as automatic DB-schema maintainance and equality assertion through reflection.

  10. How to run unit tests against several versions of a dependency

    I'm writing a java library foo which has a dependency on bar:1.1+. But library bar has changed quite a bit over the time, and I'd like to ensure my library is compatible with every version of bar (1.1 ... 1.10). So I'd like (during CI) to run each of my unit tests with a classpath including bar:1.X, with every version available of bar.

  11. Some results have been removed
Refresh