View Source Evision.IPP (Evision v0.1.12)

Link to this section Summary

Types

t()

Type that represents an Evision.IPP struct.

Functions

Return

Python prototype (for reference):

Positional Arguments
  • flag: bool

Python prototype (for reference):

Return
  • retval: bool

proxy for hal::Cholesky

Link to this section Types

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

Type that represents an Evision.IPP struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

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

Python prototype (for reference):

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

Python prototype (for reference):

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

proxy for hal::Cholesky

Python prototype (for reference):

useIPP() -> retval