Learn R Programming

RcppBlaze (version 1.0.1)

blaze_version: The version of Blaze used in RcppBlaze

Description

To return the version of Blaze used in RcppBlaze.

Usage

blaze_version(single)

Value

A number or a named vector to represent the version of blaze depending on the input, single.

Arguments

single

A logical value indicates which type to return. If TRUE, it returns an integer. If FALSE, it returns a named vector.

See Also

Blaze header file blaze/system/Version.h.

Examples

Run this code
blaze_version(FALSE)

Run the code above in your browser using DataLab