blaze_version {RcppBlaze}R Documentation

The version of Blaze used in RcppBlaze

Description

To return the version of Blaze used in RcppBlaze.

Usage

blaze_version(single)

Arguments

single

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

Value

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

See Also

Blaze header file blaze/system/Version.h.

Examples

blaze_version(FALSE)

[Package RcppBlaze version 1.0.1 Index]