View Source Evision.Ipp (Evision v0.1.38)

Summary

Types

t()

Type that represents an Ipp struct.

Functions

getIppVersion

setUseIPP

useIPP

Types

@type t() :: %Evision.Ipp{ref: reference()}

Type that represents an Ipp struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec getIppVersion() :: binary() | {:error, String.t()}

getIppVersion

Return

Python prototype (for reference only):

getIppVersion() -> retval
@spec setUseIPP(boolean()) :: :ok | {:error, String.t()}

setUseIPP

Positional Arguments
  • flag: bool

Python prototype (for reference only):

setUseIPP(flag) -> None
@spec useIPP() :: boolean() | {:error, String.t()}

useIPP

Return
  • retval: bool

proxy for hal::Cholesky

Python prototype (for reference only):

useIPP() -> retval