Liking cljdoc? Tell your friends :D

uncomplicate.neanderthal.real

Contains type-specific primitive floating point functions, equivalents of functions from the uncomplicate.neanderthal.core namespace. Typically, you would want to require this namespace if you need to compute real matrices containing doubles and/or floats.

Example

(ns test
  (:require [uncomplicate.neanderthal
            [core :refer :all :exclude [entry entry! dot nrm2 asum sum]]
            [real :refer :all]]))
Contains type-specific primitive floating point functions, equivalents of functions from the
[[uncomplicate.neanderthal.core]] namespace. Typically, you would want to require this namespace
if you need to compute real matrices containing doubles and/or floats.

### Example

    (ns test
      (:require [uncomplicate.neanderthal
                [core :refer :all :exclude [entry entry! dot nrm2 asum sum]]
                [real :refer :all]]))
raw docstring

amaxclj

(amax x)

Primitive wrapper of uncomplicate.neanderthal.core/amax.

Primitive wrapper of [[uncomplicate.neanderthal.core/amax]].
raw docstring

asumclj

(asum x)

Primitive wrapper of uncomplicate.neanderthal.core/asum.

Primitive wrapper of [[uncomplicate.neanderthal.core/asum]].
raw docstring

dotclj

(dot x y)

Primitive wrapper of uncomplicate.neanderthal.core/dot.

Primitive wrapper of [[uncomplicate.neanderthal.core/dot]].
raw docstring

entryclj

(entry x i)
(entry a i j)

The primitive, much faster, version of uncomplicate.neanderthal.core/entry.

The primitive, much faster, version of [[uncomplicate.neanderthal.core/entry]].
raw docstring

entry!clj

(entry! x val)
(entry! x i val)
(entry! a i j val)

The primitive, much faster, version of uncomplicate.neanderthal.core/entry!.

The primitive, much faster, version of [[uncomplicate.neanderthal.core/entry!]].
raw docstring

ls-residualclj

(ls-residual a b)

Computes the residual sum of squares for the solution of a linear system returned by uncomplicate.neanderthal.linalg/ls! (Linear Least Squares (LLS) problem).

Computes the residual sum of squares for the solution of a linear system returned by
[[uncomplicate.neanderthal.linalg/ls!]] (Linear Least Squares (LLS) problem).
raw docstring

nrm2clj

(nrm2 x)

Primitive wrapper of uncomplicate.neanderthal.core/nrm2.

Primitive wrapper of [[uncomplicate.neanderthal.core/nrm2]].
raw docstring

sumclj

(sum x)

Primitive wrapper of uncomplicate.neanderthal.core/sum.

Primitive wrapper of [[uncomplicate.neanderthal.core/sum]].
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close