Displaying 2 results from an estimated 2 matches for "landinformation".
2009 Sep 28
1
colMeans()
...(so getting this with
"rowSums(is.na(x))" it takes much to long)
I was trying to look inside the function maybe to get not only the
means but the valid "n" too, but I wasn't able.
Thanks for help Matteo
DI Matteo Mattiuzzi,
Institut für Vermessung, Fernerkundung und Landinformation
Peter Jordan Str. 82
A-1190 Wien
Tel.: 0043/(0)1/47654-5114
[[alternative HTML version deleted]]
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...sccNum;
> + //SmallVector<InstrT*, DEFAULT_VEC_SLOTS> succInstr;
> + //Instructions defining the corresponding successor.
> + BlockInformation() : isRetired(false), sccNum(INVALIDSCCNUM) {}
> +};
> +
> +template <class BlockT, class InstrT, class RegiT>
> +class LandInformation {
> +public:
> + BlockT *landBlk;
> + std::set<RegiT> breakInitRegs; //Registers that need to "reg = 0", before
> + //WHILELOOP(thisloop) init before entering
> + //thisloop.
> + std::set<Regi...