Skip to contents

Functional while loop.

Usage

nv_while(init, cond, body)

Arguments

init

(list())
Initial state.

cond

(function)
Condition function: f: state -> bool.

body

(function)
Body function. f: state -> state.

Value

tensorish